home *** CD-ROM | disk | FTP | other *** search
- --- ./man/mysqldump.1 Tue Aug 13 18:08:16 2002
- +++ ../mysql-3.23.52/./man/mysqldump.1 Wed Sep 25 17:09:05 2002
- @@ -1,7 +1,6 @@
- .TH MYSQLDUMP 1 "19 December 2000"
- .SH NAME
- -mysqldump \- text-based client for dumping or backing up mysql databases , tables and or data.
- -
- +mysqldump \- text-based client for dumping or backing up mysql databases, tables and or data.
- .SH USAGE
- .BR "mysqldump [\fP\fIOPTIONS\fP] database [\fP\fItables\fP]"
- .TP
- @@ -10,7 +9,6 @@
- .TP
- OR
- .BR "mysqldump [\fP\fIOPTIONS\fP] \-\-all-databases [\fP\fIOPTIONS\fP]"
- -
- .SH OPTION SYNOPSIS
- .B mysqldump
- .RB [ \-A | \-\-all-databases ]
- @@ -64,7 +62,7 @@
- .TP
- .BR \-A | \-\-all\-databases
- Dump all the databases. This will be same as
- -.BR\-\-databases
- +.BR \-\-databases
- with all databases selected.
- .TP
- .BR \-a | \-\-all
- @@ -270,4 +268,4 @@
- (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
- system developer (http://www.mercurmedia.com)
-
- -.\" end of man page
- +.\" end of man page
- --- ./man/mysqlaccess.1 Tue Aug 13 18:08:15 2002
- +++ ../mysql-3.23.52/./man/mysqlaccess.1 Wed Sep 25 17:09:32 2002
- @@ -1,7 +1,6 @@
- .TH MYSQLACCESS 1 "19 December 2000"
- .SH NAME
- -.BR mysqlaccess
- - \- Create new users to mysql.
- +mysqlaccess \- Create new users to mysql.
- .SH USAGE
- mysqlaccess [host [user [db]]] OPTIONS
- .SH SYNOPSIS
- @@ -93,7 +92,7 @@
- + At least the user and the db must be given (even with wildcards)
- + If no host is given, `localhost' is assumed
- + Wilcards (*,?,%,_) are allowed for host, user and db, but be sure
- - to escape them from your shell!! (ie type \* or '*')
- + to escape them from your shell!! (ie type \\* or '*')
- .SH "SEE ALSO"
- isamchk (1),
- isamlog (1),
- --- ./innobase/log/log0recv.c Tue Aug 13 18:08:14 2002
- +++ ../mysql-3.23.52/./innobase/log/log0recv.c Wed Sep 25 17:15:02 2002
- @@ -1381,7 +1381,7 @@
- &success);
- if (!success) {
- printf(
- -"InnoDB: Error: cannot open %lu'th data file %s\n", nth_file);
- +"InnoDB: Error: cannot open %lu'th data file %s\n", nth_file, data_files[nth_file]);
-
- exit(1);
- }
- @@ -1398,7 +1398,7 @@
- if (!success) {
- printf(
- "InnoDB: Error: cannot read page no %lu from %lu'th data file %s\n",
- - nth_page_in_file, nth_file);
- + nth_page_in_file, nth_file, data_files[nth_file]);
-
- exit(1);
- }
- @@ -1426,7 +1426,7 @@
- if (!success) {
- printf(
- "InnoDB: Error: cannot write page no %lu to %lu'th data file %s\n",
- - nth_page_in_file, nth_file);
- + nth_page_in_file, nth_file, data_files[nth_file]);
-
- exit(1);
- }
- --- ./innobase/dict/dict0load.c Tue Aug 13 18:08:14 2002
- +++ ../mysql-3.23.52/./innobase/dict/dict0load.c Wed Sep 25 17:13:10 2002
- @@ -335,7 +335,7 @@
- ut_a(btr_pcur_is_on_user_rec(&pcur, &mtr));
- if (rec_get_deleted_flag(rec)) {
- fprintf(stderr,
- -"InnoDB: Error: data dictionary entry for table %s is corrupt!\n",
- +"InnoDB: Error: data dictionary entry for table %s is corrupt!\n"
- "InnoDB: An index field is delete marked.\n",
- table->name);
- }
- --- ./configure Tue Aug 13 18:14:46 2002
- +++ ../mysql-3.23.52/./configure Wed Sep 25 17:10:10 2002
- @@ -7291,7 +7291,7 @@
- echo "Using --with-named-thread=-lpthread"
- with_named_thread="-lpthread"
- fi
- - CXXFLAGS="-D_BOOL"
- + CXXFLAGS="$CXXFLAGS -D_BOOL"
- ;;
- *aix4.3*)
- echo "Adding defines for AIX"
-